home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 3565-4.665 / dmg-4385 / issue_10 / 26.pne < prev    next >
Text File  |  1987-04-21  |  3KB  |  55 lines

  1.  
  2.  
  3.                    Problems with the STOS fixer program
  4.                    ====================================
  5.  
  6.                               By Scott King
  7.                               =============
  8. *This is a small part of a larger file by Scott, part of which appeared in 
  9.  the last issue of STOSSER ....(ed).
  10.  
  11. If you've converted a STOS program with the fixer program (available  from 
  12. Goodman  International).  You may have come across certain  problems.  One  
  13. of these problems is the fact that apart from the DRAW, DRAW TO and PLOT 
  14. commands the  other  graphics commands don't function correctly,  i.e.  if 
  15. you  had  the command  BAR 0,0 TO 319,199 in your compiled program (after 
  16. running it  through the  fixer program) the bar would only be drawn in the 
  17. top left-hand corner  of the  screen.   The INK colour can sometimes be 
  18. affected as well.  This  problem occurs  with  all  the graphics commands 
  19. (apart from  the  three  I've  already mentioned) even if you're using 
  20. "bog-standard" STOS with no extra extensions.
  21.  
  22. This  problem  could result in you not being able to  make  your  software 
  23. compatible  with the latest machines, and could even result in you not 
  24. being able to release your software commercially.
  25.  
  26. Fear not,  upgrades for the fixer program keep coming,  but for the moment 
  27. the  problem  still exists.   I nearly had a heart-attack when I saw  what  
  28. the fixer  program  had  done to an early version of Video  Supreme, but I  
  29. still managed to get round the problem.
  30.  
  31. The problem I had was in the Editor because I was using the BAR command to 
  32. clear the small windows.   This problem resulted in some windows being  
  33. cleared (in  red  instead of black!) and some windows not being cleared  
  34. at all which caused text to appear on top of existing text.  What a mess!.
  35.  
  36. The  way I got round this problem was simple.   All I had to do  was  hold 
  37. another  copy  of the options screen in memory,  and instead of using  the  
  38. BAR command to wipe the windows, I screen copied (well, SKOPYied  actually)  
  39. the relevant  blank  window  from the screen in memory onto  the  physical  
  40. screen.  Problem solved!   I also had the same problem on the file 
  41. selector,  and with a couple of the effects, and I used the same method to 
  42. correct them as well.
  43.  
  44. If you're wondering why I didn't use the above methods first,  the  reason 
  45. was that I was trying to save valuable memory wherever possible to get as  
  46. many features into the software as I could.
  47.  
  48. So, you  may be restricted in your software,  but with a little time  and 
  49. effort you should be able to get round the problem.   I'm NOT complaining 
  50. - far from  it!  If it wasn't for the fixer program, Video Supreme almost  
  51. certainly wouldn't have been a commercial product.
  52.  
  53.  
  54. Scott king.  
  55.